object Dlg_input: TDlg_input Left = 201 Top = 139 BorderStyle = bsDialog Caption = 'Input' ClientHeight = 114 ClientWidth = 278 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object L_prompt: TLabel Left = 24 Top = 16 Width = 3 Height = 13 end object E_input: TEdit Left = 24 Top = 40 Width = 233 Height = 21 TabOrder = 0 end object BtnOk: TButton Left = 56 Top = 80 Width = 81 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object BtnCancel: TButton Left = 152 Top = 80 Width = 81 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 128 Top = 8 end end